ProjectedMeters

ProjectedMeters is a projection of longitude, latitude points in Mercator meters.

these have been projected into Mapbox GL's Mercator projection. Instead of decimal degrees, it uses Mercator meters (which are notably not equivalent to SI meters) except at the equator.

Constructors

Link copied to clipboard
fun ProjectedMeters(northing: Double, easting: Double)

Creates a ProjectedMeters based on projected meters in north and east direction.

Link copied to clipboard
fun ProjectedMeters(projectedMeters: ProjectedMeters)

Creates a ProjecteMeters based on another set of projected meters.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun describeContents(): Int

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Link copied to clipboard
open override fun writeToParcel(out: Parcel, flags: Int)

Flatten this object in to a Parcel.

Properties

Link copied to clipboard

Get projected meters in east direction.

Link copied to clipboard

Get projected meters in north direction.